home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / pup330.zip / VIEW.DOC < prev   
Text File  |  1992-03-09  |  3KB  |  81 lines

  1.  
  2.                 PAUL'S MULTIPLE FILE VIEWER version 3.20 (c) 1992
  3.  
  4. This is a very useful program. It can be used without PUP but you'll be crazy
  5. if you don't use PUP.
  6.  
  7. V is used in one of three ways (all uses of V.COM and VIEW.VFG are
  8. completely case insensitive):
  9.  
  10.   v filename
  11.  
  12.   View a file with one of your favorit file viewers specified either in the
  13.    config file or in the view program itself.
  14.    If you don't give an extension then VIEW will search for files with
  15.    extensions from the given ones in the config.
  16.    If it finds one, it will execute the corresponding program
  17.    else it will execute the default editor/viewer.
  18.  
  19.   v /s
  20.  
  21.   Save the config contained in V.COM in a file in the current directory.
  22.    This is now the standard config file that will be used when you are viewing
  23.    files. So any modifications to the file will have immediate effect ( so
  24.    moving it too will lead to an error because VIEW.CFG cannot be found ).
  25.  
  26.   v /l
  27.  
  28.   Load the config file to the view program itself ( the opposite of /s ).
  29.    The program will be a bit faster because VIEW.CFG doesn't have to be read
  30.    from disk, but you will not be able to change the viewing programs.
  31.  
  32.  
  33.  Note: When you use /s or /l  when V.COM is not in your current directory
  34.        then there will be one after execution. This is the new V.COM program
  35.        so you better not do that to avoid confusion.???
  36.  
  37. You can create or modify the VIEW.CFG file youself with any text editor.
  38. The format is this:
  39.  
  40.   1st line: the default viewer in case the given extension is not recognized.
  41.   next lines: 3 characters for the extension needed for the viewer,
  42.   immediately after that ( not on a new line ) the full path and extension
  43.   of the program and after that the arguments that the program needs with
  44.   the name of the file you want to view the character 'ƒ' and the
  45.   extension: 'é'.
  46.   If you want PUP to wait for a buttonpress after execution of the viewer
  47.   you must specify that the viewer returns an error code. This is done by
  48.   typing an 'ê' anywhere in the arguments of that viewer.
  49.  
  50. Note: There must be something after the program name,
  51.       so this is not allowed: GIFc:\gif\cshow.exe<return>
  52.       You must type something like this: GIFc:\gif\cshow.exe *.GIF<return>
  53.  
  54. Summary:
  55.   ƒ  stands for the filename,
  56.   é  stands for the extension and
  57.   ê  stands for return an error code.
  58.  
  59.   For example:
  60.   C:\utils\q.exe ƒé                       The default editor
  61.   ZIPc:\util\pkunzip.exe ê-v ƒé           The program for viewing ZIP-files
  62.   arjc:\util\arj.exe êl ƒé                The program for viewing ARJ-files
  63.   FLIc:\animation\quickfli.exe ƒé         The program for viewing FLI-files
  64.   GL C:\ANIMATION\GRASP4.EXE ƒé           The program for viewing GL-files
  65.   OBJc:\lang\asm\link.exe ƒé,C:,NUL.MAP,, The program for linking OBJ-files
  66.  
  67.  
  68.  If you feel the urge of paying me or just say "thank you" to me you can
  69.  contact me at email: ttgri@wsinfo.win.tue.nl until april 1992 approx.
  70.  
  71. After that you can contact me via the RABO.
  72.  
  73.  RABO 137468555 Eindhoven The Netherlands
  74. tnv Paul van der Linden. Any amount will do.
  75.  
  76. If you do that, you get my everlasting thanks.
  77.  
  78. Enjoy the program !!!
  79.  
  80.  
  81.